home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1533.ZIP / FILE1533.TXT < prev    next >
Text File  |  1991-04-17  |  6KB  |  77 lines

  1. Disk No: 1533                                                           
  2. Disk Title: Leoce ToolKit & PC-Encrypt                                  
  3. PC-SIG Version: S1.5                                                    
  4.                                                                         
  5. Program Title: Leoce ToolKit                                            
  6. Author Version: 04/91                                                   
  7. Author Registration: None.                                              
  8. Special Requirements: None.                                             
  9.                                                                         
  10. Bring UNIX functionality to MS-DOS with the LEOCE TOOLKIT, a            
  11. collection of utilities complete with textbook quality C source code    
  12. that beginner programmers will find highly useful.                      
  13.                                                                         
  14. ~ DLT.COM -- Routine to permit deleting of multiple files without       
  15. wildcards (like UNIX RM command).                                       
  16.                                                                         
  17. ~ ENTAB.COM -- Converts spaces in files to tabs according to options    
  18. specified or default processing using 8 spaces per tab.                 
  19.                                                                         
  20. ~ HEAD.COM -- The UNIX HEAD command reads a number of lines (20 default)
  21. from the start of a file and writes them to the screen.                 
  22.                                                                         
  23. ~ MERGE.COM -- Routine will read the .A output from the Turbo C compiler
  24. and read the .C source, and merge the two. This is useful to see how    
  25. the compiler has translated individual code segments.                   
  26.                                                                         
  27. ~ PR.COM -- The UNIX PR function generates formatted print files with   
  28. carriage returns to a file or the printer.                              
  29.                                                                         
  30. ~ SIZEOF.COM -- The UNIX SIZEOF routine counts the number of bytes in a 
  31. file.                                                                   
  32.                                                                         
  33. ~ STGMAP.COM -- Traces through memory reporting the names and sizes of  
  34. hooked vectors for all active load modules in memory. This is useful to 
  35. determine if virus programs or renegade TSR programs are present.       
  36.                                                                         
  37. ~ TAIL.COM -- The UNIX TAIL function reads n (20 default) lines from the
  38. bottom of a file onto the screen.                                       
  39.                                                                         
  40. ~ TEE.COM -- The UNIX TEE function will copy a file both to the screen  
  41. and to a designated file (with optional redirection for input an        
  42. output). This is commonly called a FILTER function.                     
  43.                                                                         
  44. ~ TP.COM -- Routine to replace the DOS TYPE command. This function      
  45. will type a file onto the screen. There are a number of options         
  46. supported to control output, such as tp/p file file file... files are   
  47. output one group at a time followed by the " -More- " prompt.           
  48.                                                                         
  49. ~ WILD.C = C Source for supporting file wildcard processing in a C      
  50. program.                                                                
  51.                                                                         
  52. ~ CMDLINE.C -- C source for supporting command line switch processing.  
  53. Program Title: PC-Encrypt                                               
  54. Author Registration: $27.50 (Australian).                               
  55. Special Requirements: None.                                             
  56.                                                                         
  57. PC-ENCRYPT keeps unauthorized users from peeking at your files!         
  58.                                                                         
  59. Whether you work in a profession where you are required to keep         
  60. information about clients or projects confidential, or you just want a  
  61. little more privacy for that computerized diary of yours, PC-ENCRYPT    
  62. puts a zipper on your files that only you can open.                     
  63.                                                                         
  64. The program accepts a password key of up to 255 characters, including   
  65. spaces, and then makes an encrypted copy of a designated file.  The     
  66. copy cannot be decoded, without a supercomputer, unless it is           
  67. decrypted by PC-ENCRYPT with the appropriate password.                  
  68.                                                                         
  69. Also includes HEXDUMP that translates a file into hexadecimal numbers   
  70. and displays them page-by-page.                                         
  71.                                                                         
  72. PC-SIG                                                                  
  73. 1030D East Duane Avenue                                                 
  74. Sunnyvale  Ca. 94086                                                    
  75. (408) 730-9291                                                          
  76. (c) Copyright 1989 PC-SIG, Inc.                                         
  77.